Html Css Color HEX #5F9CCD Picton Blue

📋 copy color: '#5F9CCD'

red 95 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #5F9CCD

Tints of Picton Blue #5F9CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 20.83%
G = 34.21%
B = 44.96%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F9CCD (or 0x5F9CCD) is known color: Picton Blue. HEX triplet: 5F, 9C and CD. RGB value is (95,156,205). Sum of RGB (Red+Green+Blue) = 95+156+205=456 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.83% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F9CCD is #A06332. Grayscale: #8F8F8F. Windows color (decimal): -10511155 or 13474911. OLE color: 13474911.

HSL color Cylindrical-coordinate representation of color #5F9CCD: hue angle of 206.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F9CCD is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 156 205 -
CMYK 0.54 0.24 0 0.20
HSL 206.73º 0.52% 0.59% -
HSV(B) 206.73º 0.54% 0.8% -
XYZ 27.63 30.62 62.21 -
YUV 143.35 162.79 93.52 -
System Red Green Blue C M Y K H S L
Decimal 95 156 205 0.54 0.24 0 0.20 206.73 0.52 0.59
Hex 5F 9C CD 36 18 0 14 CF 34 3B
Octal 137 234 315 66 30 0 24 317 64 73
Binary 1011111 10011100 11001101 110110 11000 0 10100 11001111 110100 111011

Color Harmonies of #5F9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9CCD

Black with #5F9CCD

Text Example


Text Example

White with #5F9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,156,205); }

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

background-color css

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

 a { background-color: rgb(95,156,205); }

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

border-color css

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

 span { border-color: rgb(95,156,205); }

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