Html Css Color HEX #5F99C6 Picton Blue

📋 copy color: '#5F99C6'

red 95 ◦ green 153 ◦ blue 198

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

Shades of Picton Blue #5F99C6

Tints of Picton Blue #5F99C6

RGB

 RED value IS 95 (37.5% from 255) = 21.3%

 GREEN value IS 153 (60.16% from 255) = 34.3%

 BLUE value IS 198 (77.73% from 255) = 44.39%

R = 21.3%
G = 34.3%
B = 44.39%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5F99C6 (or 0x5F99C6) is known color: Picton Blue. HEX triplet: 5F, 99 and C6. RGB value is (95,153,198). Sum of RGB (Red+Green+Blue) = 95+153+198=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #5F99C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F99C6 is #A06639. Grayscale: #8C8C8C. Windows color (decimal): -10511930 or 13015391. OLE color: 13015391.

HSL color Cylindrical-coordinate representation of color #5F99C6: hue angle of 206.21º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F99C6 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 153 198 -
CMYK 0.52 0.23 0 0.22
HSL 206.21º 0.47% 0.57% -
HSV(B) 206.21º 0.52% 0.78% -
XYZ 26.3 29.29 57.69 -
YUV 140.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 95 153 198 0.52 0.23 0 0.22 206.21 0.47 0.57
Hex 5F 99 C6 34 17 0 16 CE 2F 39
Octal 137 231 306 64 27 0 26 316 57 71
Binary 1011111 10011001 11000110 110100 10111 0 10110 11001110 101111 111001

Color Harmonies of #5F99C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F99C6

Black with #5F99C6

Text Example


Text Example

White with #5F99C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F99C6; }

 p { color: rgb(95,153,198); }

 H1.HeaderClassName
 {
   color: #5F99C6;
 }
 .AnyTagClassName
 {
   color: #5F99C6;
 }
</style>

background-color css

<style>
 a { background-color: #5F99C6; }

 a { background-color: rgb(95,153,198); }

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

border-color css

<style>
 span { border-color: #5F99C6; }

 span { border-color: rgb(95,153,198); }

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