Html Css Color HEX #5C9BDC Picton Blue

📋 copy color: '#5C9BDC'

red 92 ◦ green 155 ◦ blue 220

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

Shades of Picton Blue #5C9BDC

Tints of Picton Blue #5C9BDC

RGB

 RED value IS 92 (36.33% from 255) = 19.7%

 GREEN value IS 155 (60.94% from 255) = 33.19%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 19.7%
G = 33.19%
B = 47.11%

CMYK

 C value IS 0.58

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C9BDC (or 0x5C9BDC) is known color: Picton Blue. HEX triplet: 5C, 9B and DC. RGB value is (92,155,220). Sum of RGB (Red+Green+Blue) = 92+155+220=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C9BDC is #A36423. Grayscale: #8F8F8F. Windows color (decimal): -10708004 or 14457692. OLE color: 14457692.

HSL color Cylindrical-coordinate representation of color #5C9BDC: hue angle of 210.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C9BDC is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 155 220 -
CMYK 0.58 0.30 0 0.14
HSL 210.47º 0.65% 0.61% -
HSV(B) 210.47º 0.58% 0.86% -
XYZ 29.05 30.89 72.14 -
YUV 143.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 92 155 220 0.58 0.30 0 0.14 210.47 0.65 0.61
Hex 5C 9B DC 3A 1E 0 E D2 41 3D
Octal 134 233 334 72 36 0 16 322 101 75
Binary 1011100 10011011 11011100 111010 11110 0 1110 11010010 1000001 111101

Color Harmonies of #5C9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9BDC

Black with #5C9BDC

Text Example


Text Example

White with #5C9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,155,220); }

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

background-color css

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

 a { background-color: rgb(92,155,220); }

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

border-color css

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

 span { border-color: rgb(92,155,220); }

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