Html Css Color HEX #539BCC Picton Blue

📋 copy color: '#539BCC'

red 83 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #539BCC

Tints of Picton Blue #539BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

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

R = 18.78%
G = 35.07%
B = 46.15%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#539BCC (or 0x539BCC) is known color: Picton Blue. HEX triplet: 53, 9B and CC. RGB value is (83,155,204). Sum of RGB (Red+Green+Blue) = 83+155+204=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #539BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BCC is #AC6433. Grayscale: #8A8A8A. Windows color (decimal): -11297844 or 13409107. OLE color: 13409107.

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

Color convert

RGB 83 155 204 -
CMYK 0.59 0.24 0 0.2
HSL 204.3º 0.54% 0.56% -
HSV(B) 204.3º 0.59% 0.8% -
XYZ 26.19 29.64 61.47 -
YUV 139.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 83 155 204 0.59 0.24 0 0.2 204.3 0.54 0.56
Hex 53 9B CC 3B 18 0 14 CC 36 38
Octal 123 233 314 73 30 0 24 314 66 70
Binary 1010011 10011011 11001100 111011 11000 0 10100 11001100 110110 111000

Color Harmonies of #539BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539BCC

Black with #539BCC

Text Example


Text Example

White with #539BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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