Html Css Color HEX #5A9CCB Picton Blue

📋 copy color: '#5A9CCB'

red 90 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #5A9CCB

Tints of Picton Blue #5A9CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.21%

R = 20.04%
G = 34.74%
B = 45.21%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A9CCB (or 0x5A9CCB) is known color: Picton Blue. HEX triplet: 5A, 9C and CB. RGB value is (90,156,203). Sum of RGB (Red+Green+Blue) = 90+156+203=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A9CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A9CCB is #A56334. Grayscale: #8D8D8D. Windows color (decimal): -10838837 or 13343834. OLE color: 13343834.

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

Color convert

RGB 90 156 203 -
CMYK 0.56 0.23 0 0.20
HSL 204.96º 0.52% 0.57% -
HSV(B) 204.96º 0.56% 0.8% -
XYZ 26.88 30.26 60.92 -
YUV 141.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 90 156 203 0.56 0.23 0 0.20 204.96 0.52 0.57
Hex 5A 9C CB 38 17 0 14 CD 34 39
Octal 132 234 313 70 27 0 24 315 64 71
Binary 1011010 10011100 11001011 111000 10111 0 10100 11001101 110100 111001

Color Harmonies of #5A9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9CCB

Black with #5A9CCB

Text Example


Text Example

White with #5A9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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