Html Css Color HEX #5C92D9 Picton Blue

📋 copy color: '#5C92D9'

red 92 ◦ green 146 ◦ blue 217

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

Shades of Picton Blue #5C92D9

Tints of Picton Blue #5C92D9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.09%

 BLUE value IS 217 (85.16% from 255) = 47.69%

R = 20.22%
G = 32.09%
B = 47.69%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5C92D9 (or 0x5C92D9) is known color: Picton Blue. HEX triplet: 5C, 92 and D9. RGB value is (92,146,217). Sum of RGB (Red+Green+Blue) = 92+146+217=455 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.22% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #5C92D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C92D9 is #A36D26. Grayscale: #898989. Windows color (decimal): -10710311 or 14258780. OLE color: 14258780.

HSL color Cylindrical-coordinate representation of color #5C92D9: hue angle of 214.08º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C92D9 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 92 146 217 -
CMYK 0.58 0.33 0 0.15
HSL 214.08º 0.62% 0.61% -
HSV(B) 214.08º 0.58% 0.85% -
XYZ 27.22 27.84 69.59 -
YUV 137.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 92 146 217 0.58 0.33 0 0.15 214.08 0.62 0.61
Hex 5C 92 D9 3A 21 0 F D6 3E 3D
Octal 134 222 331 72 41 0 17 326 76 75
Binary 1011100 10010010 11011001 111010 100001 0 1111 11010110 111110 111101

Color Harmonies of #5C92D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C92D9

Black with #5C92D9

Text Example


Text Example

White with #5C92D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,146,217); }

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

background-color css

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

 a { background-color: rgb(92,146,217); }

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

border-color css

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

 span { border-color: rgb(92,146,217); }

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