Html Css Color HEX #538F9C Hippie Blue

📋 copy color: '#538F9C'

red 83 ◦ green 143 ◦ blue 156

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

Shades of Hippie Blue #538F9C

Tints of Hippie Blue #538F9C

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

 BLUE value IS 156 (61.33% from 255) = 40.84%

R = 21.73%
G = 37.43%
B = 40.84%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#538F9C (or 0x538F9C) is known color: Hippie Blue. HEX triplet: 53, 8F and 9C. RGB value is (83,143,156). Sum of RGB (Red+Green+Blue) = 83+143+156=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #538F9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F9C is #AC7063. Grayscale: #7E7E7E. Windows color (decimal): -11300964 or 10260307. OLE color: 10260307.

HSL color Cylindrical-coordinate representation of color #538F9C: hue angle of 190.68º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #538F9C is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 143 156 -
CMYK 0.47 0.08 0 0.39
HSL 190.68º 0.31% 0.47% -
HSV(B) 190.68º 0.47% 0.61% -
XYZ 19.39 23.88 35.04 -
YUV 126.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 83 143 156 0.47 0.08 0 0.39 190.68 0.31 0.47
Hex 53 8F 9C 2F 8 0 27 BF 1F 2F
Octal 123 217 234 57 10 0 47 277 37 57
Binary 1010011 10001111 10011100 101111 1000 0 100111 10111111 11111 101111

Color Harmonies of #538F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F9C

Black with #538F9C

Text Example


Text Example

White with #538F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538F9C; }

 p { color: rgb(83,143,156); }

 H1.HeaderClassName
 {
   color: #538F9C;
 }
 .AnyTagClassName
 {
   color: #538F9C;
 }
</style>

background-color css

<style>
 a { background-color: #538F9C; }

 a { background-color: rgb(83,143,156); }

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

border-color css

<style>
 span { border-color: #538F9C; }

 span { border-color: rgb(83,143,156); }

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