Html Css Color HEX #5A9CDE Picton Blue

📋 copy color: '#5A9CDE'

red 90 ◦ green 156 ◦ blue 222

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

Shades of Picton Blue #5A9CDE

Tints of Picton Blue #5A9CDE

RGB

 RED value IS 90 (35.55% from 255) = 19.23%

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

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 19.23%
G = 33.33%
B = 47.44%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A9CDE (or 0x5A9CDE) is known color: Picton Blue. HEX triplet: 5A, 9C and DE. RGB value is (90,156,222). Sum of RGB (Red+Green+Blue) = 90+156+222=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A9CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9CDE is #A56321. Grayscale: #8F8F8F. Windows color (decimal): -10838818 or 14589018. OLE color: 14589018.

HSL color Cylindrical-coordinate representation of color #5A9CDE: hue angle of 210º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A9CDE is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 156 222 -
CMYK 0.59 0.30 0 0.13
HSL 210º 0.67% 0.61% -
HSV(B) 210º 0.59% 0.87% -
XYZ 29.29 31.22 73.59 -
YUV 143.79 172.13 89.63 -
System Red Green Blue C M Y K H S L
Decimal 90 156 222 0.59 0.30 0 0.13 210 0.67 0.61
Hex 5A 9C DE 3B 1E 0 D D2 43 3D
Octal 132 234 336 73 36 0 15 322 103 75
Binary 1011010 10011100 11011110 111011 11110 0 1101 11010010 1000011 111101

Color Harmonies of #5A9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9CDE

Black with #5A9CDE

Text Example


Text Example

White with #5A9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,156,222); }

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

background-color css

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

 a { background-color: rgb(90,156,222); }

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

border-color css

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

 span { border-color: rgb(90,156,222); }

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