Html Css Color HEX #53A0CC Picton Blue

📋 copy color: '#53A0CC'

red 83 ◦ green 160 ◦ blue 204

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

Shades of Picton Blue #53A0CC

Tints of Picton Blue #53A0CC

RGB

 RED value IS 83 (32.81% from 255) = 18.57%

 GREEN value IS 160 (62.89% from 255) = 35.79%

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

R = 18.57%
G = 35.79%
B = 45.64%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#53A0CC (or 0x53A0CC) is known color: Picton Blue. HEX triplet: 53, A0 and CC. RGB value is (83,160,204). Sum of RGB (Red+Green+Blue) = 83+160+204=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #53A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A0CC is #AC5F33. Grayscale: #8D8D8D. Windows color (decimal): -11296564 or 13410387. OLE color: 13410387.

HSL color Cylindrical-coordinate representation of color #53A0CC: hue angle of 201.82º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53A0CC is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 160 204 -
CMYK 0.59 0.22 0 0.2
HSL 201.82º 0.54% 0.56% -
HSV(B) 201.82º 0.59% 0.8% -
XYZ 27.04 31.34 61.75 -
YUV 141.99 162.99 85.92 -
System Red Green Blue C M Y K H S L
Decimal 83 160 204 0.59 0.22 0 0.2 201.82 0.54 0.56
Hex 53 A0 CC 3B 16 0 14 CA 36 38
Octal 123 240 314 73 26 0 24 312 66 70
Binary 1010011 10100000 11001100 111011 10110 0 10100 11001010 110110 111000

Color Harmonies of #53A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A0CC

Black with #53A0CC

Text Example


Text Example

White with #53A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A0CC; }

 p { color: rgb(83,160,204); }

 H1.HeaderClassName
 {
   color: #53A0CC;
 }
 .AnyTagClassName
 {
   color: #53A0CC;
 }
</style>

background-color css

<style>
 a { background-color: #53A0CC; }

 a { background-color: rgb(83,160,204); }

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

border-color css

<style>
 span { border-color: #53A0CC; }

 span { border-color: rgb(83,160,204); }

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