Html Css Color HEX #5A96CA Picton Blue

📋 copy color: '#5A96CA'

red 90 ◦ green 150 ◦ blue 202

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

Shades of Picton Blue #5A96CA

Tints of Picton Blue #5A96CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.94%

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 20.36%
G = 33.94%
B = 45.7%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A96CA (or 0x5A96CA) is known color: Picton Blue. HEX triplet: 5A, 96 and CA. RGB value is (90,150,202). Sum of RGB (Red+Green+Blue) = 90+150+202=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A96CA is #A56935. Grayscale: #898989. Windows color (decimal): -10840374 or 13276762. OLE color: 13276762.

HSL color Cylindrical-coordinate representation of color #5A96CA: hue angle of 207.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A96CA is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 150 202 -
CMYK 0.55 0.26 0 0.21
HSL 207.86º 0.51% 0.57% -
HSV(B) 207.86º 0.55% 0.79% -
XYZ 25.78 28.25 59.97 -
YUV 137.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 90 150 202 0.55 0.26 0 0.21 207.86 0.51 0.57
Hex 5A 96 CA 37 1A 0 15 D0 33 39
Octal 132 226 312 67 32 0 25 320 63 71
Binary 1011010 10010110 11001010 110111 11010 0 10101 11010000 110011 111001

Color Harmonies of #5A96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A96CA

Black with #5A96CA

Text Example


Text Example

White with #5A96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,150,202); }

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

background-color css

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

 a { background-color: rgb(90,150,202); }

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

border-color css

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

 span { border-color: rgb(90,150,202); }

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