Html Css Color HEX #5795CB Picton Blue

📋 copy color: '#5795CB'

red 87 ◦ green 149 ◦ blue 203

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

Shades of Picton Blue #5795CB

Tints of Picton Blue #5795CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.94%

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

R = 19.82%
G = 33.94%
B = 46.24%

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

#5795CB (or 0x5795CB) is known color: Picton Blue. HEX triplet: 57, 95 and CB. RGB value is (87,149,203). Sum of RGB (Red+Green+Blue) = 87+149+203=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #5795CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5795CB is #A86A34. Grayscale: #888888. Windows color (decimal): -11037237 or 13342039. OLE color: 13342039.

HSL color Cylindrical-coordinate representation of color #5795CB: hue angle of 207.93º 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 #5795CB is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 149 203 -
CMYK 0.57 0.27 0 0.20
HSL 207.93º 0.53% 0.57% -
HSV(B) 207.93º 0.57% 0.8% -
XYZ 25.46 27.83 60.53 -
YUV 136.62 165.46 92.61 -
System Red Green Blue C M Y K H S L
Decimal 87 149 203 0.57 0.27 0 0.20 207.93 0.53 0.57
Hex 57 95 CB 39 1B 0 14 D0 35 39
Octal 127 225 313 71 33 0 24 320 65 71
Binary 1010111 10010101 11001011 111001 11011 0 10100 11010000 110101 111001

Color Harmonies of #5795CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5795CB

Black with #5795CB

Text Example


Text Example

White with #5795CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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