Html Css Color HEX #5992DA Picton Blue

📋 copy color: '#5992DA'

red 89 ◦ green 146 ◦ blue 218

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

Shades of Picton Blue #5992DA

Tints of Picton Blue #5992DA

RGB

 RED value IS 89 (35.16% from 255) = 19.65%

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 19.65%
G = 32.23%
B = 48.12%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5992DA (or 0x5992DA) is known color: Picton Blue. HEX triplet: 59, 92 and DA. RGB value is (89,146,218). Sum of RGB (Red+Green+Blue) = 89+146+218=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #5992DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992DA is #A66D25. Grayscale: #888888. Windows color (decimal): -10906918 or 14324313. OLE color: 14324313.

HSL color Cylindrical-coordinate representation of color #5992DA: hue angle of 213.49º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5992DA is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 146 218 -
CMYK 0.59 0.33 0 0.15
HSL 213.49º 0.64% 0.6% -
HSV(B) 213.49º 0.59% 0.85% -
XYZ 27.05 27.74 70.26 -
YUV 137.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 89 146 218 0.59 0.33 0 0.15 213.49 0.64 0.6
Hex 59 92 DA 3B 21 0 F D5 40 3C
Octal 131 222 332 73 41 0 17 325 100 74
Binary 1011001 10010010 11011010 111011 100001 0 1111 11010101 1000000 111100

Color Harmonies of #5992DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992DA

Black with #5992DA

Text Example


Text Example

White with #5992DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5992DA; }

 p { color: rgb(89,146,218); }

 H1.HeaderClassName
 {
   color: #5992DA;
 }
 .AnyTagClassName
 {
   color: #5992DA;
 }
</style>

background-color css

<style>
 a { background-color: #5992DA; }

 a { background-color: rgb(89,146,218); }

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

border-color css

<style>
 span { border-color: #5992DA; }

 span { border-color: rgb(89,146,218); }

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