Html Css Color HEX #5794CB Picton Blue

📋 copy color: '#5794CB'

red 87 ◦ green 148 ◦ blue 203

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

Shades of Picton Blue #5794CB

Tints of Picton Blue #5794CB

RGB

 RED value IS 87 (34.38% from 255) = 19.86%

 GREEN value IS 148 (58.2% from 255) = 33.79%

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 19.86%
G = 33.79%
B = 46.35%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5794CB (or 0x5794CB) is known color: Picton Blue. HEX triplet: 57, 94 and CB. RGB value is (87,148,203). Sum of RGB (Red+Green+Blue) = 87+148+203=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #5794CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5794CB is #A86B34. Grayscale: #878787. Windows color (decimal): -11037493 or 13341783. OLE color: 13341783.

HSL color Cylindrical-coordinate representation of color #5794CB: hue angle of 208.45º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5794CB is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 148 203 -
CMYK 0.57 0.27 0 0.20
HSL 208.45º 0.53% 0.57% -
HSV(B) 208.45º 0.57% 0.8% -
XYZ 25.3 27.52 60.48 -
YUV 136.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 87 148 203 0.57 0.27 0 0.20 208.45 0.53 0.57
Hex 57 94 CB 39 1B 0 14 D0 35 39
Octal 127 224 313 71 33 0 24 320 65 71
Binary 1010111 10010100 11001011 111001 11011 0 10100 11010000 110101 111001

Color Harmonies of #5794CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5794CB

Black with #5794CB

Text Example


Text Example

White with #5794CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5794CB; }

 p { color: rgb(87,148,203); }

 H1.HeaderClassName
 {
   color: #5794CB;
 }
 .AnyTagClassName
 {
   color: #5794CB;
 }
</style>

background-color css

<style>
 a { background-color: #5794CB; }

 a { background-color: rgb(87,148,203); }

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

border-color css

<style>
 span { border-color: #5794CB; }

 span { border-color: rgb(87,148,203); }

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