Html Css Color HEX #539ACB Picton Blue

📋 copy color: '#539ACB'

red 83 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #539ACB

Tints of Picton Blue #539ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35%

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

R = 18.86%
G = 35%
B = 46.14%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#539ACB (or 0x539ACB) is known color: Picton Blue. HEX triplet: 53, 9A and CB. RGB value is (83,154,203). Sum of RGB (Red+Green+Blue) = 83+154+203=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #539ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ACB is #AC6534. Grayscale: #8A8A8A. Windows color (decimal): -11298101 or 13343315. OLE color: 13343315.

HSL color Cylindrical-coordinate representation of color #539ACB: hue angle of 204.5º 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 #539ACB is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 154 203 -
CMYK 0.59 0.24 0 0.20
HSL 204.5º 0.54% 0.56% -
HSV(B) 204.5º 0.59% 0.8% -
XYZ 25.9 29.26 60.78 -
YUV 138.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 83 154 203 0.59 0.24 0 0.20 204.5 0.54 0.56
Hex 53 9A CB 3B 18 0 14 CC 36 38
Octal 123 232 313 73 30 0 24 314 66 70
Binary 1010011 10011010 11001011 111011 11000 0 10100 11001100 110110 111000

Color Harmonies of #539ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539ACB

Black with #539ACB

Text Example


Text Example

White with #539ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539ACB; }

 p { color: rgb(83,154,203); }

 H1.HeaderClassName
 {
   color: #539ACB;
 }
 .AnyTagClassName
 {
   color: #539ACB;
 }
</style>

background-color css

<style>
 a { background-color: #539ACB; }

 a { background-color: rgb(83,154,203); }

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

border-color css

<style>
 span { border-color: #539ACB; }

 span { border-color: rgb(83,154,203); }

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