Html Css Color HEX #5892DB Picton Blue

📋 copy color: '#5892DB'

red 88 ◦ green 146 ◦ blue 219

#5892DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5892DB

Tints of Picton Blue #5892DB

RGB

 RED value IS 88 (34.77% from 255) = 19.43%

 GREEN value IS 146 (57.42% from 255) = 32.23%

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 19.43%
G = 32.23%
B = 48.34%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5892DB (or 0x5892DB) is known color: Picton Blue. HEX triplet: 58, 92 and DB. RGB value is (88,146,219). Sum of RGB (Red+Green+Blue) = 88+146+219=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #5892DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5892DB is #A76D24. Grayscale: #888888. Windows color (decimal): -10972453 or 14389848. OLE color: 14389848.

HSL color Cylindrical-coordinate representation of color #5892DB: hue angle of 213.44º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5892DB is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 146 219 -
CMYK 0.60 0.33 0 0.14
HSL 213.44º 0.65% 0.6% -
HSV(B) 213.44º 0.6% 0.86% -
XYZ 27.09 27.75 70.95 -
YUV 136.98 174.28 93.06 -
System Red Green Blue C M Y K H S L
Decimal 88 146 219 0.60 0.33 0 0.14 213.44 0.65 0.6
Hex 58 92 DB 3C 21 0 E D5 41 3C
Octal 130 222 333 74 41 0 16 325 101 74
Binary 1011000 10010010 11011011 111100 100001 0 1110 11010101 1000001 111100

Color Harmonies of #5892DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5892DB

Black with #5892DB

Text Example


Text Example

White with #5892DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5892DB; }

 p { color: rgb(88,146,219); }

 H1.HeaderClassName
 {
   color: #5892DB;
 }
 .AnyTagClassName
 {
   color: #5892DB;
 }
</style>

background-color css

<style>
 a { background-color: #5892DB; }

 a { background-color: rgb(88,146,219); }

 div.DivClassName
 {
   background-color: #5892DB;
 }
 .BgClassName
 {
   background-color: #5892DB;
 }
</style>

border-color css

<style>
 span { border-color: #5892DB; }

 span { border-color: rgb(88,146,219); }

 td.TdClassName
 {
   border-color: #5892DB;
 }
 .TagClassName
 {
   border-color: #5892DB;
 }
</style>