Html Css Color HEX #5DA2CC Picton Blue

📋 copy color: '#5DA2CC'

red 93 ◦ green 162 ◦ blue 204

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

Shades of Picton Blue #5DA2CC

Tints of Picton Blue #5DA2CC

RGB

 RED value IS 93 (36.72% from 255) = 20.26%

 GREEN value IS 162 (63.67% from 255) = 35.29%

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 20.26%
G = 35.29%
B = 44.44%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5DA2CC (or 0x5DA2CC) is known color: Picton Blue. HEX triplet: 5D, A2 and CC. RGB value is (93,162,204). Sum of RGB (Red+Green+Blue) = 93+162+204=459 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.26% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DA2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DA2CC is #A25D33. Grayscale: #919191. Windows color (decimal): -10640692 or 13410909. OLE color: 13410909.

HSL color Cylindrical-coordinate representation of color #5DA2CC: hue angle of 202.7º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DA2CC is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 162 204 -
CMYK 0.54 0.21 0 0.2
HSL 202.7º 0.52% 0.58% -
HSV(B) 202.7º 0.54% 0.8% -
XYZ 28.33 32.53 61.91 -
YUV 146.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 93 162 204 0.54 0.21 0 0.2 202.7 0.52 0.58
Hex 5D A2 CC 36 15 0 14 CB 34 3A
Octal 135 242 314 66 25 0 24 313 64 72
Binary 1011101 10100010 11001100 110110 10101 0 10100 11001011 110100 111010

Color Harmonies of #5DA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA2CC

Black with #5DA2CC

Text Example


Text Example

White with #5DA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,162,204); }

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

background-color css

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

 a { background-color: rgb(93,162,204); }

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

border-color css

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

 span { border-color: rgb(93,162,204); }

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